home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / hintres / hintdll.dpr < prev    next >
Encoding:
Text File  |  1995-12-22  |  206 b   |  11 lines

  1. library Hintdll;
  2.  
  3. {Delphi doesn't like when you don't have a uses clause - so here is a bogus
  4. one - don't even bother looking at UNIT3.PAS}
  5.  
  6. uses
  7.   Unit3 in 'UNIT3.PAS';
  8. {$R HINTS.RES}
  9. begin
  10. end.
  11.